home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / general / wd_nt.exe / CHANGES.TXT < prev    next >
Text File  |  1993-04-20  |  2KB  |  57 lines

  1.  
  2.                        W I N D E V (TM)
  3.  
  4. Version Update Log
  5. ------------------
  6.  
  7. Changes in 1.52:
  8. 1) NT version compiled for the March Beta.
  9. 2) Implemented a hex file viewer, with hypertext jumps from the output of
  10.     the Extract Strings command.  A checkbox on the open files dialog
  11.     selects hex view mode.
  12. 3) The filenames reported by Global Search and Extract Strings have now
  13.     got relative path names, where appropriate (ie. "..\" is not used).
  14.  
  15. Bug Fixes in 1.52:
  16. 1) When a file was saved under a different name, the Window Selector
  17.     listbox was not updated.
  18. 2) Copy c:\file to a:\ tried to create a:\\file
  19. 3) The code to validate drive letters did not work for CD-ROMs.
  20. 4) Compare and grep opened files with mode _SH_COMPAT instead of
  21.     mode _SH_DENYWR.
  22. 5) If Windev was started in edit-only mode, the Project menu was enabled
  23.     until the first file was opened.
  24.  
  25. -----------------------------------------------------------------------
  26.  
  27. Changes in 1.51:
  28. 1) The online help has had various improvements, including regular
  29.     expression examples and a new section on creating projects.
  30. 2) To extend the range of compilers supported, compiler error message
  31.     syntax recognition for hypertext jumps has been extended to allow
  32.     for message lines in the general form:
  33.       [<text><space>] <file> '(' <line> [<separator><column>] ')' <message>
  34.     The parts in square brackets are optional.  Any leading <text> may
  35.     not include '('.
  36. 3) The active window can now be selected from a modeless resizeable listbox,
  37.     as well as the usual MDI menu.
  38.  
  39. Bug Fixes in 1.51:
  40. 1) If the first time Windev was closed its frame maximized at the time,
  41.     the frame window was transparent the next time it was started.
  42. 2) Message boxes relating to find/replace dialogs were modal to the
  43.     frame window, not the dialog.
  44. 3) The File Open dialog did not show the Read Only checkbox under
  45.     Windows NT.
  46. 4) The NT version showed GMT rather than local time on the status bar.
  47. 5) The caret would be obscured if it was on the last visible line when
  48.     the horizontal scroll bar was automatically displayed.
  49.  
  50. -----------------------------------------------------------------------
  51.  
  52. Changes in 1.50:
  53.  
  54. 1) Key bindings for accelerators for menu commands can be changed.
  55. 2) "Exit Project" button added to the Select Project dialog.
  56. 3) Added the current working directory to the Compare Files dialog.
  57.